Store mouse coords as doubles not ints...
authorElliot Lee <sopwith@src.gnome.org>
Mon, 7 Aug 2000 18:21:18 +0000 (18:21 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Mon, 7 Aug 2000 18:21:18 +0000 (18:21 +0000)
Store mouse coords as doubles not ints...

gdk/linux-fb/gdkinput-ps2.c

index bfce5238195d3cd8f6d996abc26a97d3074364cd..03f40bcd3b2f1414c61162678ac4852f92f1c68a 100644 (file)
@@ -45,7 +45,7 @@
 typedef struct {
   gint fd, fd_tag;
 
-  gint x, y;
+  gdouble x, y;
   GdkWindow *prev_window;
   gboolean button1_pressed, button2_pressed, button3_pressed;
   gboolean click_grab;